home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_081 / autofacc / autofacc.doc < prev    next >
Text File  |  1992-05-06  |  2KB  |  46 lines

  1.             *** AutoFacc ***
  2.  
  3. AutoFacc will automatically shrink the FACC window and will move that
  4. window to the back. Especially usefull to use on the Startup-Sequence.
  5. I tell you that I am lazy to everytime grab my mouse, click the button
  6. to shrink and put away this window. I just wonder why Perry didn't
  7. implement this on the program. FACC is nice but it is a hassle to shrink
  8. and put away the window everytime. Enjoy....
  9.  
  10. In addition to that buffer increase and decrease now has been implemented.
  11.  
  12. Usage: AutoFacc [+/-number]
  13.  
  14. Example:
  15.   AutoFacc    will shrink and put the Facc window to the back
  16.   AutoFacc +100 will increase buffer by 100, shrink and push back the window
  17.   AutoFacc -50  will decrease buffer by 50, shrink and push back the window
  18.  
  19. This program is faking the intuition on mouse movement and left mouse button
  20. press. It has NOTHING to do with FACC, so it requires that the FACC window
  21. must be present and at the top left corner (as default). Be sure there is
  22. enough time between invoking FACC and invoking this program, i.e. wait till
  23. the FACC window appears.
  24.  
  25. Sample Startup-sequence:
  26.     ; do whatever you want to start...
  27.     Runback -3 system/FACC
  28.     ; invoke FACC from system sub-dir, and have 3 secs wait (experiment
  29.     ; with the wait time to make sure the FACC is there when you call
  30.     ; AutoFacc), or you can do some other things also here....
  31.     AutoFacc +256
  32.     ; increases buffer by 256, shrinks, and deep arrange the FACC window 
  33.     
  34. For INTERLACE users:
  35.     You need to patch the AutoFacc in order to run it properly.
  36. Find your favorite file zapper, load Autofacc into the zapper, and go to
  37. the end of the file. There you will see or search for a string "HERE:".
  38. This string is followed by 2 hex number '00', and hex '02'. Change this
  39. hex '02' to hex '01'. DO NOT change to other numbers!
  40. ---------------------------------------------------------------------------
  41. Andry Rachmat
  42. Plink: OJS180
  43. --------------
  44. FACC is copyrighted by ASDG Inc.
  45. AutoFacc is NOT copyrighted by me...
  46.